home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / guide / ami2guide.lha / aminet2guide / a2g.doc < prev    next >
Encoding:
Text File  |  1994-10-16  |  1.3 KB  |  48 lines

  1.  
  2. "a2g" is an ARexx script which I wrote to make using Aminet2Guide with Term
  3. a lot easier.
  4.  
  5.  
  6. To use "a2g", first copy the "a2g.rexx" file into your "S:" directory.
  7.  
  8.  
  9. Then, when you're logged into Aminet (via Term, of course!):
  10.  
  11. 1) "get TT" a RECENT or INDEX listing (i.e., have the listing displayed to
  12.    your Term screen)
  13.  
  14. 2) Save the Term buffer to "RAM:Aminet"
  15.  
  16. 3) Switch back to the Workbench screen
  17.  
  18. 4) From a shell, type in the following command:
  19.  
  20.       rx S:a2g.rexx
  21.  
  22.  
  23. The "a2g" ARexx program will then do the following for you:
  24.  
  25.    1) Turn on the "Shanghai windows" option of the Term screen
  26.  
  27.    2) Use "C:Aminet2Guide" to create a RAM:Aminet.guide file from
  28.       the RAM:Aminet file 
  29.  
  30.    3) Use "C:AmigaGuide" to display the RAM:Aminet.guide database
  31.       in a window on the Term screen
  32.  
  33.    4) Once you've quit the AmigaGuide window, turn off the "Shanghai
  34.       windows" for the Term screen
  35.  
  36.  
  37. Of course, you can modify the ARexx program to your liking if you
  38. have the "AmigaGuide" or "Aminet2Guide" programs somewhere other than
  39. "C:", or want to change the location/name of either the saved Term buffer
  40. file or Aminet2Guide output file.
  41.  
  42.  
  43. WARNING: "a2g" should ONLY be run from OUTSIDE the Term program
  44.          (i.e., from the CLI/Shell).  For some unknown reason,
  45.          running this from within Term causes the Term screen to
  46.          go blank!
  47.  
  48.